CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - Hough 直线

搜索资源列表

  1. 20060303004409246

    3下载:
  2. 用matlab检测直线,圆。椭圆的程序,对直线程序进行了改进,采用随机霍夫变换 &由粗到细的检测方式检测,效果好-detection using Matlab straight round. Elliptic procedures, the procedures for linear improvement, randomized Hough Transform & by coarse-to-fine detection methods for detection, effectiv
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:149311
    • 提供者:陈国栋
  1. zhixianquchu

    0下载:
  2. 混合系统中直线去除的形态学哈夫变换(中文版)。中文关于线去除的资料较少。 网上都是英文版,这是翻译过来的,精确度比较高-hybrid system to remove the linear morphology Hough transform (Chinese version). Chinese line on the removal of less information. Internet is in English, which is translated here by the re
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:266263
    • 提供者:宋瑞华
  1. \基于局部PCA的参数约束Hough直线分层检测

    0下载:
  2. 基于局部PCA的参数约束Hough直线分层检测
  3. 所属分类:文档资料

    • 发布日期:2010-12-22
    • 文件大小:531859
    • 提供者:alexjump
  1. 基于Hough变换的车牌倾斜检测算法

    0下载:
  2. 典型的角度检测算法是进行Hough变换后寻找最长直线的倾斜角度.一般情况 下,待处理图象中未必有明显的较长直线.甚至存在一些对图像进行正确检测的长直线干扰 文 章介绍了一种基于统计考虑的数据分析思路,以期在基于Hough变换的角度检测算法上取得更高 的准确性。,The perspective of a typical detection algorithm is the Hough transform to find the longest straight line after the
  3. 所属分类:文档资料

    • 发布日期:2016-03-26
    • 文件大小:182605
    • 提供者:liyu
  1. staight

    0下载:
  2. 一种图像处理中稳健的提取直线的算法论文,文章采用了多种方法结合来实现提取直线-A robust image processing algorithm for extracting straight thesis, the article used a variety of methods to achieve the extraction of straight line
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:777062
    • 提供者:dynasty
  1. hough变换找直线

    0下载:
  2. hough变换找直线,先看效果,左上角为原图,左下角为找到的直线,右图为hough变换后的图
  3. 所属分类:文档资料

  1. Houghcicle.txt

    0下载:
  2. hough变换检测直线和圆,运用hough变换原理检测出来-hough transform linear and circular detection using hough transform detected Principle
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:2084
    • 提供者:jakey0000
  1. hough_line

    0下载:
  2. 直线 检测 hough 直接可以运行有原图像 图像为256色bmp -Hough line detection can be run directly with the original image, the image of 256-color bmp
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5298310
    • 提供者:南埃里克斯
  1. 111

    0下载:
  2. Hough检测直线,圆,椭圆的部分代码,基于VC实现,并带有注释-Hough line detection, round, oval, part of the code, based on VC to achieve, and with comments
  3. 所属分类:Project Design

    • 发布日期:2017-04-13
    • 文件大小:2216
    • 提供者:zhangyinxia
  1. hough

    0下载:
  2. 国内外的霍夫变换元检测直线检测的论文合集-hough detect line or circle
  3. 所属分类:File Formats

    • 发布日期:2017-06-21
    • 文件大小:34775040
    • 提供者:裴玉东
  1. Detecting-Coins

    0下载:
  2. 用直线检测和边缘检测来检测圆,用硬币来实验-Detecting Coins using Hough Tramsform
  3. 所属分类:Document

    • 发布日期:2017-11-14
    • 文件大小:143817
    • 提供者:杨林
  1. hough

    0下载:
  2. 图像分割中霍夫变换检测直线,先看效果,左上角为原图,左下角为找到的直线,右图为hough变换后的图-hough change
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:945
    • 提供者:小昭
  1. Hough

    0下载:
  2. 在图像处理中,经常用到的检测直线的方法,抗干扰性很强。-In image processing, frequently used line detection methods, strong anti-interference.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:11979
    • 提供者:hhhu
  1. hough

    0下载:
  2. 基于OpenCV的hough变换检测图像直线,本代码能够识别焊缝跟踪功能。-OpenCV based hough transform to detect linear image, the code can identify seam tracking.
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1790041
    • 提供者:黄凯军
  1. improvedHough

    0下载:
  2. 首先检测图像中相邻的像素点并进行聚类, 形成一些相连的像素点的集合, 然后将聚类 后的像素点进行感知编组, 细分成比原聚类线段更接近直线的线段, 最后对每段近似直线用随机 Hough变换进行检测-First detection in adjacent pixels of the image and clustering, form some connected set of pixels, then clustering Pixels after perception marshalli
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:260820
    • 提供者:huangtingting
  1. OPenCV-feature--summary

    0下载:
  2. 包括 颜色提取 形状提取,形状提取包括 Candy算子对边缘提取、  角点提取、 Hough直线提取-Including color extraction shape extraction, including  Candy shape extraction operator for edge detection,   corner extraction,  Hough lin
  3. 所属分类:Project Manage

    • 发布日期:2017-04-04
    • 文件大小:448490
    • 提供者:
  1. hough-to-detect-corner

    0下载:
  2. 使用hough变换检测焊缝直线,再选取到端点确定为角点-Using the hough transform to detect weld line, then the endpoint identified as angular point
  3. 所属分类:Development Research

    • 发布日期:2017-04-15
    • 文件大小:7938
    • 提供者:袁攀
  1. hough--line-transform

    0下载:
  2. hough 直线变换,针对焊接边缘检测有飞溅时,可以提高检测精度-hough line transform
  3. 所属分类:software engineering

    • 发布日期:2017-05-21
    • 文件大小:5805409
    • 提供者:范永强
  1. hough-matlab

    0下载:
  2. 多个利用hough变换进行直线检测的matlab文件,和hough变化和代码的清晰说明-Multiple use hough transform for straight line detection of matlab files, and hough change and clear statement of your code
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1810670
    • 提供者:曾臻
  1. Hough-transform

    0下载:
  2. 利用Hough进行图像中直线识别,对图像进行处理,例如图像中线条识别-Implementation using Hough transform to detect linear algorithm
  3. 所属分类:Communication

    • 发布日期:2017-12-14
    • 文件大小:657669
    • 提供者:文航
« 12 »
搜珍网 www.dssz.com